object FtpProfileForm: TFtpProfileForm Left = 466 Top = 402 BorderStyle = bsDialog Caption = 'PowerArchiver FTP Profile Manager' ClientHeight = 234 ClientWidth = 416 Color = clBtnFace ParentFont = True KeyPreview = True OldCreateOrder = False Position = poOwnerFormCenter Scaled = False OnCreate = FormCreate OnKeyPress = FormKeyPress OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object GroupBox1: TGroupBox Left = 8 Top = 8 Width = 321 Height = 217 Caption = ' FTP &Login ' TabOrder = 0 object Label4: TLabel Left = 12 Top = 24 Width = 76 Height = 13 Caption = '&Hostname or IP:' FocusControl = Edit971 end object Label5: TLabel Left = 12 Top = 48 Width = 25 Height = 13 Caption = '&Port: ' FocusControl = Edit972 end object Label6: TLabel Left = 12 Top = 96 Width = 54 Height = 13 Caption = 'U&sername: ' FocusControl = Edit973 end object Label7: TLabel Left = 12 Top = 120 Width = 52 Height = 13 Caption = '&Password: ' FocusControl = Edit974 end object Label1: TLabel Left = 12 Top = 144 Width = 90 Height = 13 Caption = 'Timeout (seconds):' end object Label2: TLabel Left = 12 Top = 168 Width = 66 Height = 13 Caption = 'Default folder:' FocusControl = Edit2 end object CheckBox1: TCheckBox Left = 8 Top = 72 Width = 305 Height = 17 Caption = '&Anonymous login' Checked = True State = cbChecked TabOrder = 2 OnClick = CheckBox1Click end object Edit971: TEdit Left = 104 Top = 19 Width = 201 Height = 21 TabOrder = 0 end object Edit972: TEdit Left = 104 Top = 43 Width = 105 Height = 21 TabOrder = 1 Text = '21' end object Edit973: TEdit Left = 104 Top = 93 Width = 105 Height = 21 TabOrder = 3 Text = 'Anonymous' end object Edit974: TEdit Left = 104 Top = 117 Width = 105 Height = 21 PasswordChar = '*' TabOrder = 4 Text = 'myemail@domain.com' end object CheckBox2: TCheckBox Left = 8 Top = 192 Width = 305 Height = 17 Caption = 'Passi&ve mode' TabOrder = 6 end object Edit1: TEdit Left = 160 Top = 141 Width = 49 Height = 21 TabOrder = 5 Text = '15' end object Edit2: TEdit Left = 104 Top = 163 Width = 201 Height = 21 TabOrder = 7 Text = '/' end end object Button1: TButton Left = 336 Top = 16 Width = 75 Height = 25 Caption = '&Save' Default = True TabOrder = 1 OnClick = Button1Click end object Button2: TButton Left = 336 Top = 48 Width = 75 Height = 25 Caption = '&Cancel' TabOrder = 2 OnClick = Button2Click end object Button4: TButton Left = 336 Top = 80 Width = 75 Height = 25 Caption = '&Help' TabOrder = 3 OnClick = Button4Click end end